temp := c.r - l.r/(1 + x^2 + y^2) newX := l.i + c.i*(x*Cos(temp) - y*Sin(temp)) newY := c.i*(x*Sin(temp) + y*Cos(temp))